home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW dmake 4.0 / dbug / getwd.c < prev    next >
Encoding:
Text File  |  1995-06-01  |  106 b   |  7 lines  |  [TEXT/KAHL]

  1. char *
  2. getwd(pathname)
  3. char *pathname;
  4. {
  5.    return("delete this code if your getwd.c works correctly");
  6. }
  7.